Job Format Mode Table
TheGXGetAvailableJobFormatModes
function uses a job format mode table structure to communicate with the application about which job format modes are supported.
struct gxJobFormatModeTable { long numModes; gxJobFormatMode modes[1]; }; typedef struct gxJobFormatMode Table gxJobFormatModeTable, *gxJobFormatModeTablePtr, **gxJobFormatModeTableHdl;
Field Description
numModes
- The number of the entries in the
modes
array that follows.modes
- An array of mode constants. This array can be of any length. The constants are defined in the job format modes enumeration, which is defined in the next section.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help